<Code Lib>
2020 Method
Changes 0
M

ParameterFilterElement.AllRuleParametersApplicable(Document, ICollection<ElementId>, ElementFilter)

Description:
Checks that the parameters of the given ElementFilter (representing a combination of rules) are valid for the given set of categories.
Overloads (2):
AllRuleParametersApplicable(Document,ICollection[ElementId],ElementFilter)

public static bool AllRuleParametersApplicable(
	Document aDocument,
	ICollection<ElementId> categories,
	ElementFilter elementFilter
)

Return Value bool True if all the parameters of the given rules are valid for this filter, otherwise false.

Loading…